home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / remove_player < prev    next >
Text File  |  2001-04-06  |  487b  |  15 lines

  1. SYNOPSIS
  2.         void remove_player(object ob)
  3.  
  4. DESCRIPTION
  5.         Remove an interactive user object ob from the system. This
  6.         function is called by the interpreter to expell remaining
  7.         users from the system on shutdown in a polite way. If this
  8.         functions fails to quit/destruct the user, he will be
  9.         destructed the hard way by the interpreter.
  10.  
  11.         This function must not cause runtime errors.
  12.  
  13. SEE ALSO
  14.         remove_interactive(E), slow_shut_down(M)
  15.